runtime.traceSchedResourceState.statusWasTraced (method)
9 uses
runtime (current package)
trace.go#L503: if gp.trace.statusWasTraced(gen) {
trace.go#L566: if !pp.trace.statusWasTraced(tl.gen) {
trace.go#L734: if ug.gp.trace.statusWasTraced(gen) {
traceevent.go#L41: if pp := tl.mp.p.ptr(); pp != nil && !pp.trace.statusWasTraced(tl.gen) && pp.trace.acquireStatus(tl.gen) {
traceevent.go#L44: if gp := tl.mp.curg; gp != nil && !gp.trace.statusWasTraced(tl.gen) && gp.trace.acquireStatus(tl.gen) {
traceruntime.go#L489: if !gp.trace.statusWasTraced(gen) && gp.trace.acquireStatus(gen) {
traceruntime.go#L541: if !pp.trace.statusWasTraced(tl.gen) && pp.trace.acquireStatus(tl.gen) {
traceruntime.go#L602: if gp := tl.mp.curg; gp != nil && !gp.trace.statusWasTraced(tl.gen) && gp.trace.acquireStatus(tl.gen) {
tracestatus.go#L187: func (r *traceSchedResourceState) statusWasTraced(gen uintptr) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |